home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 240 (DVD) / Issue 240 - February 2008 - DPCS0208DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Orange_Juice / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  751 b   |  50 lines

  1. BODY
  2. {
  3.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  4.     font-size : small;
  5.     color : rgb(84,113,201);
  6.     font-weight : bold;
  7.     background-color : rgb(255,204,153);
  8.     background-image : none
  9. }
  10.  
  11. A:link
  12. {
  13.     color : rgb(153,51,51)
  14. }
  15.  
  16. UL
  17. {
  18.     color : rgb(0,125,119)
  19. }
  20.  
  21. A:visited
  22. {
  23.     color : rgb(153,51,51);
  24.     font-style : italic
  25. }
  26.  
  27. .TextObject
  28. {
  29.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  30.     font-size : 0.8em;
  31.     color : rgb(0,0,128)
  32. }
  33.  
  34. P
  35. {
  36.     font-family : Verdana, Tahoma, Arial, Helvetica, Sans-serif;
  37.     font-size : 0.8em;
  38.     color : rgb(0,0,128);
  39.     letter-spacing : 0.2em;
  40.     font-weight : normal;
  41.     font-style : normal
  42. }
  43.  
  44. OL
  45. {
  46.     color : rgb(0,125,119);
  47.     font-weight : bold
  48. }
  49.  
  50.